#login {
	position:fixed;
	width:100%;
	height:100%;
	z-index:100000;
	left:0px;
	bottom:0px;
	background-color: rgba(0,0,0,0.8) !important; background-color: #000; filter: alpha(opacity=80);
	display:none;
}
.mt-2, .my-2 {
    margin-top: 5px;
}
.pb-3, .py-3 {
    padding-bottom: 10px!important;
}
.mb-4, .my-4 {
    margin-bottom: 15px!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.section.dwo {
    position: relative;
    width: 100%;
    display: block;
    color: #fff;
    font-size:14px;
}
#login h4 {
	font-size:30px;
	color: #fff;
	line-height:60px;
	font-weight: normal;
}
.full-height {
    min-height: 100vh;
	position:relative;
}
/*[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}*/
.checkbox {
	position: absolute;
    left: -9999px;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label {
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: #ffeba7;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #ffeba7;
    background-color: #102770;
    font-family: "unicons";
    content: "\eb4f";
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}
.checkbox:checked + label:before {
    transform: translateX(44px) rotate(-270deg);
}

.card-3d-wrap {
    position:absolute;
    width: 440px;
    max-width: 90%;
    height: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
	left:50%;
	top:50%;
	z-index:20;
	transform: translate(-50%, -50%);

}
.card-3d-wrapper {
    width: 100%;
    height: 100%;
    position:relative;
/*    top: 0;
    left: 0;*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out;
}
#login .card-3d-wrapper .fa-close{
	position: absolute;
    right: 15px;
    left: auto;
    top: 0px;
    color: #fff;
    z-index: 20;
	cursor:pointer;
	transition:all .3s linear;
	height: 48px;
    font-size: 24px;
    line-height: 48px;
}
.card-3d-wrapper .fa-close:hover {
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg); 
}

.card-front,
.card-back {
	width: 100%;
	height: 100%;
	background-color: #e83827;
	background-image: url("../svg/pat.svg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 300%;
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	/*	backface-visibility: hidden;*/
	border: 1px solid #ffffff21;
}
.card-front {
	z-index:2;
}
.card-back {
	z-index:1;
}
.card-back {
    transform: rotateY(180deg);
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}
.checkbox:checked ~ .card-3d-wrap .card-3d-wrapper .fa-close{
    right: initial;
    left: 15px;
	backface-visibility:visible;
}
.center-wrap {
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}

.form-group {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.form-group.check {
	text-align:left;
	line-height:30px;
	padding-left:53px;
	color: #fff;
}
.form-group.check input {
	zoom:150%;
    position: absolute;
	left:15px;
    top: 4px;
}
.form-group .msg {
	padding:2px 15px;
	height:24px;
	line-height:20px;
	background-color:#f3cc24;
	color:#e83928;
	position:absolute;
	left:55px;
	bottom:-30px;
	z-index:30;
	border-radius:5px;
	font-size:12px;
	display:none;
}
.form-group .msg:after{
	content:"";
	width:10px;
	height:10px;
	background-color:#f3cc24;
	position:absolute;
	left:13px; 
	top:-5px;
	z-index:25;
	-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg); 
}
.form-group.mt-2 {
	margin-top:10px;
}
.form-style {
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #666;
    background-color: #fff;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}
.form-style:focus,
.form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}

#login .form-group .fa{
    position: absolute;
    top: 0;
    left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: #ed1919;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#login .fa.fa-mobile-phone {
	font-size: 37px;
}
.form-group input:-ms-input-placeholder {
    color: #666;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-moz-placeholder {
    color: #666;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:-moz-placeholder {
    color: #666;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-ms-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus:-moz-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.form-group input:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.btn {
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    padding: 0 50px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: #fff;
    color: #e83928;
    box-shadow: 0 5px 24px 0 rgba(255, 235, 167, 0.2);
}

/*.logo {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 26px;
    width: auto;
    display: block;
}*/
label {
    margin-bottom: 0;
    cursor: pointer;
    color: #ffe26f;
}
label:hover {
	text-decoration:underline;
}

.bgk {
 
  background-color: #151823;
  animation: textColor 10s ease infinite;
}
.bgk:after {
  position: absolute;
  content: "";
  top: 1vw;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.78);
  -webkit-filter: blur(2vw);
  background: linear-gradient(270deg, #0fffc1, #7e0fff);
  background-size: 150% 150%;
  animation: animateGlow 10s ease infinite;
}
#login .text-center .btn {
    margin: 30px auto;
    color: #fff;
	border: 1px solid #fff;
	background-color:transparent;
	font-size:16px;
	Letter-spacing:2px;
}

#login .text-center .btn:hover {
    background-color: #fff;
    color: #666;
    box-shadow: 0 5px 24px 0 rgba(16, 39, 112, 0.2);
}


.yzm-code img { position:absolute; right:0px; top:0px; height:100%; border-radius:0px 4px 4px 0px; }
@media screen and (max-width:576px) {
	.card-3d-wrap {
		height:500px;
	}
	#login .text-center a {
    margin: 20px auto;
}
.form-style {
    padding: 10px 15px;
    padding-left: 45px;
    height: 40px;
    line-height: 20px;
}
#login .form-group .fa {
    left: 15px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
#login h4 {
    font-size: 26px;
    line-height: 50px;
}
.form-group.mt-2 {
    margin-top: 8px;
}
.form-group.check {
	padding-left:46px;
}
.form-group.check input {
	left:11px;
}
}
@keyframes animateGlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes textColor {
  0% {
    color: #7e0fff;
  }
  50% {
    color: #0fffc1;
  }
  100% {
    color: #7e0fff;
  }
}